home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Magazine / ActiveShareware / SecondSpin / external_commands / encode_lamehack.script < prev    next >
Encoding:
Text File  |  2000-02-06  |  570 b   |  21 lines

  1. .bra {
  2. .ket }
  3. .key input/a,output/a,encoder/a,pipefile/a,args/a
  4.  
  5. failat 999
  6. ChangeTaskPri -3
  7.  
  8. stack 300000
  9.  
  10. run <>nil: SecondSpin:external_commands/stdouterr #?SecondSpin_encoder#?
  11. wait 1 sec  ; make sure that stderr->stdout patch is there (thanks Piru!)
  12. run >t:SecondSpin2.tmp {encoder} {args} "{input}" "{output}" >{pipefile}
  13.  
  14. ; SecondSpin mpeg audio encoder script / (c) -zk 1999
  15.  
  16. ; i really wouldn't suggest you to touch this unless you really know
  17. ; what you're doing!
  18.  
  19. ; OTHER ENCODERS THAN THE ONES PROVIDED WILL DEFINITELY CAUSE MALFUNCTION
  20. ; OF THE SecondSpin!
  21.